home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / TaskEdit.exe / 0 / RCDATA / TFRMCLIPBOARDCUT / TFRMCLIPBOARDCUT.txt
Encoding:
Text File  |  2003-01-14  |  962 b   |  47 lines

  1. inherited frmClipboardCut: TfrmClipboardCut
  2.   Left = 353
  3.   Top = 225
  4.   HelpContext = 17
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited pnlTop: TPanel
  9.     inherited lblCommandName: TLabel
  10.       Caption = ''
  11.     end
  12.     inherited memActionDesc: TMemo
  13.       Lines.Strings = (
  14.         'Cuts the selected text to the clipboard.')
  15.     end
  16.   end
  17.   inherited dxSIBarManager: TdxBarManager
  18.     Categories.ItemsVisibles = (
  19.       2)
  20.     Categories.Visibles = (
  21.       True)
  22.     PopupMenuLinks = <
  23.       item
  24.         Control = lsvAM5Errors
  25.         PopupMenu = dxCheckPopup
  26.       end>
  27.     DockControlHeights = (
  28.       0
  29.       0
  30.       0
  31.       0)
  32.   end
  33.   inherited dxCheckPopup: TdxBarPopupMenu
  34.     ItemLinks = <
  35.       item
  36.         Item = itmCheckAllErrors
  37.         UserGlyph.Data = {00000000}
  38.         Visible = True
  39.       end
  40.       item
  41.         Item = itmCheckNoErrors
  42.         UserGlyph.Data = {00000000}
  43.         Visible = True
  44.       end>
  45.   end
  46. end
  47.